add better_errors to Gemfile.lock

Albert Sun 11 years ago
parent
commit
6662679c09
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Gemfile.lock

+ 8 - 0
Gemfile.lock

@@ -31,6 +31,11 @@ GEM
31 31
     addressable (2.3.5)
32 32
     arel (3.0.3)
33 33
     bcrypt-ruby (3.1.1)
34
+    better_errors (1.1.0)
35
+      coderay (>= 1.0.0)
36
+      erubis (>= 2.6.6)
37
+    binding_of_caller (0.7.2)
38
+      debug_inspector (>= 0.0.1)
34 39
     bootstrap-kaminari-views (0.0.2)
35 40
       kaminari (>= 0.13)
36 41
       rails (>= 3.1)
@@ -53,6 +58,7 @@ GEM
53 58
     crack (0.4.1)
54 59
       safe_yaml (~> 0.9.0)
55 60
     daemons (1.1.9)
61
+    debug_inspector (0.0.2)
56 62
     delayed_job (4.0.0)
57 63
       activesupport (>= 3.0, < 4.1)
58 64
     delayed_job_active_record (4.0.0)
@@ -261,6 +267,8 @@ PLATFORMS
261 267
   ruby
262 268
 
263 269
 DEPENDENCIES
270
+  better_errors
271
+  binding_of_caller
264 272
   bootstrap-kaminari-views
265 273
   coffee-rails (~> 3.2.1)
266 274
   coveralls